Adwaita: remove combobox separator styling
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 22 Dec 2015 18:49:21 +0000 (10:49 -0800)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 22 Dec 2015 18:49:21 +0000 (10:49 -0800)
The separator does not exist anymore.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 63ad6035c697d31b9bcb3871f6d8eb34475d4a7a..4bcd95ff5ba3f9e4b7f60d4c3660b576cbbb9616 100644 (file)
@@ -968,10 +968,6 @@ combobox {
     min-width: 16px;
   }
   & menuitem { text-shadow: none; }
-  &.separator.vertical {
-    // always disable separators
-    -GtkWidget-wide-separators: true;
-  }
   & > entry.combo {
     &:dir(ltr) {
       border-top-right-radius: 0;
index b2022081d2f924b48b5c943820fb6d3b71fbaf6c..eadf5764d98e7b0182365303076861f1535342ee 100644 (file)
@@ -1534,8 +1534,6 @@ combobox {
     min-width: 16px; }
   combobox menuitem {
     text-shadow: none; }
-  combobox.separator.vertical {
-    -GtkWidget-wide-separators: true; }
   combobox > entry.combo:dir(ltr), combobox > spinbutton.combo:dir(ltr) {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0; }
index 963ae0d536a643a534f5c978e5edd4e192957537..30b97209bf8da5c350b7b3f7308ea9aa17951841 100644 (file)
@@ -1534,8 +1534,6 @@ combobox {
     min-width: 16px; }
   combobox menuitem {
     text-shadow: none; }
-  combobox.separator.vertical {
-    -GtkWidget-wide-separators: true; }
   combobox > entry.combo:dir(ltr), combobox > spinbutton.combo:dir(ltr) {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0; }